home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- if the member of sprite 6 = member 9 of castLib 1 then
- cursor(280)
- end if
- end
-
- on mouseLeave me
- cursor(-1)
- end
-
- on mouseDown me
- if the member of sprite 6 = member 9 of castLib 1 then
- puppetSound("down")
- set the member of sprite 7 to 21
- end if
- end
-
- on mouseUp
- if the member of sprite 6 = member 9 of castLib 1 then
- set the member of sprite 6 to 3
- puppetSound("Up")
- set the movieRate of sprite 10 to 0
- end if
- end
-